DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / GetHeightForFooter Method

In This Topic
    GetHeightForFooter Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function GetHeightForFooter( _
       ByVal tableView As UIKit.UITableView, _
       ByVal section As IntPtr _
    ) As NFloat
    public virtual NFloat GetHeightForFooter( 
       UIKit.UITableView tableView,
       IntPtr section
    )

    Parameters

    tableView
    section
    See Also